widget: remove some unneeded function prototypes
authorTimm Bäder <mail@baedert.org>
Sat, 9 Jul 2016 16:22:27 +0000 (18:22 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 4 Aug 2016 11:09:08 +0000 (13:09 +0200)
gtk/gtkwidget.c

index cf9e4c69fcab83a487f81806a770a6d52eace2a9..3bb621f815eaf2a93f0d2545513e1972a17ccfd0 100644 (file)
@@ -788,23 +788,7 @@ static void             gtk_widget_real_adjust_size_allocation  (GtkWidget
 static void             gtk_widget_real_adjust_baseline_allocation (GtkWidget         *widget,
                                                                    gint              *baseline);
 
-/* --- functions dealing with template data structures --- */
-static AutomaticChildClass  *template_child_class_new          (const gchar          *name,
-                                                                gboolean              internal_child,
-                                                                gssize                offset);
-static void                  template_child_class_free         (AutomaticChildClass  *child_class);
-static CallbackSymbol       *callback_symbol_new                (const gchar          *name,
-                                                                GCallback             callback);
-static void                  callback_symbol_free               (CallbackSymbol       *callback);
 static void                  template_data_free                 (GtkWidgetTemplate    *template_data);
-static GHashTable           *get_auto_child_hash                (GtkWidget            *widget,
-                                                                GType                 type,
-                                                                gboolean              create);
-static gboolean              setup_template_child              (GtkWidgetTemplate    *template_data,
-                                                                GType                 class_type,
-                                                                AutomaticChildClass  *child_class,
-                                                                GtkWidget            *widget,
-                                                                GtkBuilder           *builder);
 
 static void gtk_widget_set_usize_internal (GtkWidget          *widget,
                                           gint                width,